home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / twu1.zip / WHATS.NEW < prev   
Text File  |  1991-06-05  |  1KB  |  31 lines

  1.                   What's NEW
  2.  
  3. 06/03/91 - Code drastically re-structured.  Program now supports units
  4.        compiled by TURBO PASCAL for WINDOWS as well as TURBO Pascal
  5.            Version 6.0.  Pointer manipulation code removed for safety.
  6.            Listing format is (hopefully) improved and size is reduced.
  7.  
  8.            Program now retrieves units mentioned in "USES" statements and
  9.            is thus able to provide actual type names (and Array bounds)
  10.        when displaying most LG's.  Unit version numbers are checked.
  11.        Source of each unit file successfully retrieved is also printed
  12.        at beginning of run with the appropriate TURBO Library (.TPL)
  13.        being searched if necessary to resolve referenced Units.
  14.  
  15.            Unit files of up to about 320 KB are now fully supported!
  16.  
  17.            Program now asks if the Unit is for WINDOWS or DOS and bases its
  18.            .TPL Library search on the response.
  19.  
  20.        The index has been re-worked to include context info and to
  21.        improve its utility.
  22.  
  23.            Several minor mistakes are also fixed in both the program and
  24.        in its reports including a few minor disassembler bugs involving
  25.        the AAM and AAD instructions.
  26.  
  27.            The technical report now describes many of the new features that
  28.            are found in Units compiled by the WINDOWS compiler.
  29.  
  30.  
  31. -WLP